-
-
Notifications
You must be signed in to change notification settings - Fork 581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
11.0 implemted printing invoice lines in receipts #1186
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 installable module is updated:
└─ pos_invoice_pay/
├─ __manifest__.py
├─ doc/
| └─ changelog.rst
├─ models.py
├─ report/
| └─ report.py
├─ static/
| └─ src/
| └─ xml/
| └─ pos.xml
└─ view.xml
Not installable modules remain unchanged.
sent by ✌️ Odoo Review Bot
|
||
**New:** Implement printing invoice lines in receipts | ||
**Fix:** Fixed field properties typo in sale_order_cashier_selection and invoice_cashier_selection | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The receipt is not updated
0eaa2f5
to
5fa969b
Compare
Eugene said orderlines are cut. Confirm. Then only style fixes are needed |
5fa969b
to
739dc78
Compare
@yelizariev I'll fix it in separate PR |
|
||
**New:** Implement printing invoice lines in receipts | ||
**Fix:** Fixed field properties typo in sale_order_cashier_selection and invoice_cashier_selection | ||
**Fix:** Fixed "'bool' object has no attribute 'mapped'" error in get_sale_details |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Описания фиксов слишком техническое. Надо писать когда они происходят, а не в каких функциях
Нельзя принимать.При печати в POS-принтер там режутся строки на середине и я так и не исправил. |
Задача описана тут: https://www.it-projects.info/web#id=2975&view_type=form&model=project.task Там в комментариях см. обсуждения на 18-ое декабря 2019. |
Fixes https://github.com/it-projects-llc/pos-addons/issues/1182